fix(NcRichText): render invalid relative markdown links as external#8397
fix(NcRichText): render invalid relative markdown links as external#8397Antreesy wants to merge 5 commits intofix/8397/nested-linksfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## fix/8397/nested-links #8397 +/- ##
=========================================================
- Coverage 54.69% 54.66% -0.04%
=========================================================
Files 104 105 +1
Lines 3406 3412 +6
Branches 994 996 +2
=========================================================
+ Hits 1863 1865 +2
- Misses 1304 1308 +4
Partials 239 239 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I'd even consider forbidding such links. F relative link can even be a link to a completely different service if Nextcloud is hosted on a non-empty base URL. |
- add noExtDecoration prop for reusing the component Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
- this covers external links, internal absolute links, and internal relative links, that do not have a router match for current app - possibly a breaking change Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
6b21c2b to
ad1d51c
Compare
See last commit for the change |
☑️ Resolves
fix(autolink): fix rendering of nested markdown link with
[href2](href1)syntax is rendered as<a href1><a href2>href2</a></a>instead of href2 being a plain textfix(NcRichText)!: render all non-resolved links as external
🚧 Tasks
🏁 Checklist
stable8for maintained Vue 2 version or not applicable